From: Richard M. Stallman Date: Sun, 1 Jun 1997 09:29:06 +0000 (+0000) Subject: (sc::cursors): Add an eval-and-compile. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80985 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=152c1d7ca3e167f63bacc3a72f61d00c25b2b267;p=emacs.git (sc::cursors): Add an eval-and-compile. --- diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el index 0a31d4d3a2e..b95ecde7e17 100644 --- a/lisp/sun-curs.el +++ b/lisp/sun-curs.el @@ -33,7 +33,8 @@ (require 'cl) -(defvar sc::cursors nil "List of known cursors") +(eval-and-compile + (defvar sc::cursors nil "List of known cursors")) (defmacro defcursor (name x y string) (if (not (memq name sc::cursors))